div.search {
    float:right;
    width:275px;
    height:30px;
}
div.search input.txt {
    background: #fff;
    border: 1px solid #fff;
    width: 220px;
    margin-top: 4px;
    margin-left: 5px;
}
div.search input.submit {
    background: transparent;
    border: 1px solid transparent;
    width: 17px;
    margin-top: 4px;
    margin-left: 5px;
}